home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_gs / BIN / PRINTAFM < prev    next >
Text File  |  1999-09-17  |  154b  |  7 lines

  1. #!/bin/sh
  2. # Print the metrics from a font in AFM format.  Usage:
  3. #    printafm fontname
  4. # Output goes to stdout.
  5.  
  6. exec gs -q -dNODISPLAY -- printafm.ps "$@"
  7.